home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / ad / mod02 / al / shared.dir / 00273_Oslo icon.pict.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  211 b   |  11 lines

  1. on mouseUp
  2.   global gCDRDrive
  3.   puppetSound("Bleeble.S")
  4.   updateStage()
  5.   if the machineType = 256 then
  6.     go("mod02", gCDRDrive & "program\Ad\quit")
  7.   else
  8.     go("mod02", gCDRDrive & "Ad:quit")
  9.   end if
  10. end
  11.